Package-level declarations

Types

Link copied to clipboard

Provides additional functionality for a staff, when an item is inserted into it. To make use of the extra functionalities, implement this interface alongside StaffItemHandler.

Link copied to clipboard
abstract class StaffItem(settings: Item.Settings) : Item

Staff item dispatching functionality to StaffItemHandler without loader specific functionality. Implementing FabricItem or IForgeItem (on the appropriate loader) is highly recommended when extending the class to pass loader-specific functionality to StaffItemHandler.

Link copied to clipboard
abstract class StaffItemHandler

Provides functionality for a staff, when an item is inserted into it.